inherited ImportDialog: TImportDialog HelpType = htKeyword HelpKeyword = 'Importing_Settings' BorderIcons = [biSystemMenu, biHelp] Caption = 'Import Settings' ClientHeight = 295 ClientWidth = 358 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel: TUiBevel Left = 0 Top = 251 Width = 358 Height = 3 Shape = bsBottomLine end object PageControl: TUiPageControl Left = 0 Top = 0 Width = 358 Height = 249 ActivePage = tsFile Align = alTop Style = tsFlatButtons TabOrder = 0 TabStop = False object tsFile: TUiTabSheet TabVisible = False object FileLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'Import Beyond Compare settings' FontStyle = [fsBold] end object FilenameLbl: TUiLabel Left = 32 Top = 48 Height = 13 Caption = 'Select import file:' FocusControl = FilenameEdit end object FilenameBrowseBtn: TUiBrowseSpeedButton Left = 310 Top = 64 Hint = 'Browse for import file' BrowseEdit = FilenameEdit end object FilenameEdit: TUiBrowseEdit Left = 32 Top = 64 Width = 273 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick OnBrowse = FilenameBrowse end end object tsAffect: TUiTabSheet TabVisible = False object AffectLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'What settings do you want to import?' FontStyle = [fsBold] end object AffectLB: TUiCheckListBox Left = 32 Top = 40 Width = 281 Height = 149 OnClickCheck = SomethingChangedClick ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = AffectLBDrawItem end object AffectAllBtn: TUiButton Left = 32 Top = 192 Caption = 'Mark All' TabOrder = 1 OnClick = CheckedChangeClick AutoSize = asLeft end object AffectNoneBtn: TUiButton Left = 105 Top = 192 Caption = 'Unmark All' TabOrder = 2 OnClick = CheckedChangeClick AutoSize = asLeft end end object tsSessions: TUiTabSheet TabVisible = False object SessionsLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'Pick sessions to import:' FontStyle = [fsBold] end object SessionsLB: TUiCheckListBox Left = 32 Top = 40 Width = 281 Height = 149 OnClickCheck = SomethingChangedClick ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = SessionsLBDrawItem end object SessionsAllBtn: TUiButton Left = 32 Top = 192 Caption = 'Mark All' TabOrder = 1 OnClick = CheckedChangeClick AutoSize = asLeft end object SessionsNoneBtn: TUiButton Left = 105 Top = 192 Caption = 'Unmark All' TabOrder = 2 OnClick = CheckedChangeClick AutoSize = asLeft end object SessionsDeleteEdit: TUiCheckBox Left = 32 Top = 224 Height = 17 Caption = 'Delete all existing sessions' TabOrder = 3 OnClick = SomethingChangedClick end end object tsFileFormats: TUiTabSheet TabVisible = False object FileFormatsLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'Pick file formats to import:' FontStyle = [fsBold] end object FileFormatsLB: TUiCheckListBox Left = 32 Top = 40 Width = 281 Height = 149 OnClickCheck = SomethingChangedClick ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = FileFormatsLBDrawItem end object FileFormatsAllBtn: TUiButton Left = 32 Top = 192 Caption = 'Mark All' TabOrder = 1 OnClick = CheckedChangeClick AutoSize = asLeft end object FileFormatsNoneBtn: TUiButton Left = 105 Top = 192 Caption = 'Unmark All' TabOrder = 2 OnClick = CheckedChangeClick AutoSize = asLeft end object FileFormatsDeleteEdit: TUiCheckBox Left = 32 Top = 224 Height = 17 Caption = 'Delete all existing file formats' TabOrder = 3 OnClick = SomethingChangedClick end end object tsFtpProfiles: TUiTabSheet TabVisible = False object FtpProfilesLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'Pick FTP profiles to import:' FontStyle = [fsBold] end object FtpProfilesLB: TUiCheckListBox Left = 32 Top = 40 Width = 281 Height = 133 OnClickCheck = SomethingChangedClick ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = FtpProfilesLBDrawItem end object FtpProfilesAllBtn: TUiButton Left = 32 Top = 176 Caption = 'Mark All' TabOrder = 1 OnClick = CheckedChangeClick AutoSize = asLeft end object FtpProfilesNoneBtn: TUiButton Left = 105 Top = 176 Caption = 'Unmark All' TabOrder = 2 OnClick = CheckedChangeClick AutoSize = asLeft end object FtpProfilesGlobalEdit: TUiCheckBox Left = 32 Top = 204 Height = 17 Caption = 'Include &global settings' TabOrder = 3 OnClick = SomethingChangedClick end object FtpProfilesDeleteEdit: TUiCheckBox Left = 32 Top = 224 Height = 17 Caption = 'Delete all existing FTP profiles' TabOrder = 4 OnClick = SomethingChangedClick end end object tsConfirm: TUiTabSheet TabVisible = False object ConfirmLbl: TUiLabel Left = 24 Top = 16 Height = 13 Caption = 'Confirm selection' FontStyle = [fsBold] end object ConfirmFinishLbl: TUiLabel Left = 32 Top = 221 Height = 13 Caption = 'To begin the import, click Finish.' end object ConfirmLB: TUiListBox Left = 32 Top = 40 Width = 281 Height = 169 ItemHeight = 13 TabOrder = 0 end end end object BackBtn: TUiButton Left = 117 Top = 264 Caption = '< &Back' TabOrder = 1 OnClick = BackClick AutoSize = asRight end object NextBtn: TUiButton Left = 190 Top = 264 Caption = '%' Default = True TabOrder = 2 OnClick = NextClick AutoSize = asRight end object CancelBtn: TUiButton Left = 278 Top = 264 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end end